home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 November / 1987-11.d64 / litterbug boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  335b  |  9 lines

  1. 10 rem copyright 1987 compute! publications, inc. - all rights reserved
  2. 20 ifa>0then50
  3. 30 poke53280,6:poke53281,6:print"[147][144]   copyright 1987 compute! pub., inc."
  4. 40 printtab(10)"all rights reserved"
  5. 50 ifa=0thena=1:print"loading lb1...":load"lb1",8,1
  6. 60 ifa=1thena=2:print"loading lb2...":load"lb2",8,1
  7. 70 ifa=2thena=3:print"loading litterbug...":load"litterbug",8,1
  8. 80 sys49201
  9.